type net/http.http2timeTimer
6 uses
net/http (current package)
h2_bundle.go#L4011: return http2timeTimer{time.NewTimer(d)}
h2_bundle.go#L4019: return http2timeTimer{time.AfterFunc(d, f)}
h2_bundle.go#L7171: type http2timeTimer struct {
h2_bundle.go#L7175: func (t http2timeTimer) C() <-chan time.Time { return t.Timer.C }
h2_bundle.go#L7347: return http2timeTimer{time.NewTimer(d)}
h2_bundle.go#L7355: return http2timeTimer{time.AfterFunc(d, f)}
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |